home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFUPDATE / TFUPDATE.txt
Text File  |  2002-03-16  |  4KB  |  209 lines

  1. object fUpdate: TfUpdate
  2.   Left = 330
  3.   Top = 218
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Update Console'
  7.   ClientHeight = 280
  8.   ClientWidth = 426
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Memo1: TMemo
  22.     Left = 8
  23.     Top = 8
  24.     Width = 409
  25.     Height = 137
  26.     Enabled = False
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -9
  30.     Font.Name = 'Verdana'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     ReadOnly = True
  34.     TabOrder = 0
  35.   end
  36.   object Button1: TButton
  37.     Left = 8
  38.     Top = 251
  39.     Width = 145
  40.     Height = 22
  41.     Caption = 'Check for updates'
  42.     Default = True
  43.     TabOrder = 1
  44.     OnClick = Button1Click
  45.   end
  46.   object Button2: TButton
  47.     Left = 272
  48.     Top = 251
  49.     Width = 145
  50.     Height = 22
  51.     Caption = 'Exit'
  52.     TabOrder = 2
  53.     OnClick = Button2Click
  54.   end
  55.   object GroupBox1: TGroupBox
  56.     Left = 8
  57.     Top = 152
  58.     Width = 409
  59.     Height = 89
  60.     Caption = 'Information console'
  61.     Font.Charset = ANSI_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -9
  64.     Font.Name = 'Verdana'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.     TabOrder = 3
  68.     object Label2: TLabel
  69.       Left = 4
  70.       Top = 30
  71.       Width = 89
  72.       Height = 12
  73.       Alignment = taRightJustify
  74.       AutoSize = False
  75.       Caption = 'Bytes Received :'
  76.       Font.Charset = ANSI_CHARSET
  77.       Font.Color = clWindowText
  78.       Font.Height = -9
  79.       Font.Name = 'Verdana'
  80.       Font.Style = []
  81.       ParentFont = False
  82.     end
  83.     object Label3: TLabel
  84.       Left = 94
  85.       Top = 30
  86.       Width = 308
  87.       Height = 13
  88.       AutoSize = False
  89.     end
  90.     object Label4: TLabel
  91.       Left = 41
  92.       Top = 17
  93.       Width = 52
  94.       Height = 12
  95.       Alignment = taRightJustify
  96.       Caption = 'Filename :'
  97.       Font.Charset = ANSI_CHARSET
  98.       Font.Color = clWindowText
  99.       Font.Height = -9
  100.       Font.Name = 'Verdana'
  101.       Font.Style = []
  102.       ParentFont = False
  103.     end
  104.     object Label5: TLabel
  105.       Left = 94
  106.       Top = 17
  107.       Width = 308
  108.       Height = 12
  109.       AutoSize = False
  110.     end
  111.     object Label1: TLabel
  112.       Left = 4
  113.       Top = 67
  114.       Width = 84
  115.       Height = 12
  116.       Alignment = taRightJustify
  117.       AutoSize = False
  118.       Caption = 'Progress :'
  119.       Font.Charset = ANSI_CHARSET
  120.       Font.Color = clWindowText
  121.       Font.Height = -9
  122.       Font.Name = 'Verdana'
  123.       Font.Style = []
  124.       ParentFont = False
  125.     end
  126.     object Label6: TLabel
  127.       Left = 24
  128.       Top = 48
  129.       Width = 69
  130.       Height = 12
  131.       Alignment = taRightJustify
  132.       Caption = 'Your version :'
  133.     end
  134.     object Label7: TLabel
  135.       Left = 94
  136.       Top = 48
  137.       Width = 308
  138.       Height = 12
  139.       AutoSize = False
  140.     end
  141.     object dfsExtProgressBar1: TdfsExtProgressBar
  142.       Left = 90
  143.       Top = 67
  144.       Width = 311
  145.       Height = 14
  146.       Min = 0
  147.       Max = 100
  148.       TabOrder = 0
  149.       SelectionColor = 8404992
  150.     end
  151.     object Panel1: TPanel
  152.       Left = 10
  153.       Top = 63
  154.       Width = 392
  155.       Height = 2
  156.       TabOrder = 1
  157.     end
  158.     object Panel2: TPanel
  159.       Left = 10
  160.       Top = 82
  161.       Width = 392
  162.       Height = 2
  163.       TabOrder = 2
  164.     end
  165.   end
  166.   object Memo2: TMemo
  167.     Left = 16
  168.     Top = 24
  169.     Width = 185
  170.     Height = 25
  171.     TabOrder = 4
  172.     Visible = False
  173.   end
  174.   object HTTPGet1: THTTPGet
  175.     AcceptTypes = '*/*'
  176.     Agent = 'Matrix Y2K Update Agent'
  177.     BinaryData = False
  178.     UseCache = False
  179.     WaitThread = True
  180.     OnProgress = HTTPGet1Progress
  181.     OnDoneFile = HTTPGet1DoneFile
  182.     OnError = HTTPGet1Error
  183.     Left = 304
  184.     Top = 16
  185.   end
  186.   object HTTPGet2: THTTPGet
  187.     AcceptTypes = '*/*'
  188.     Agent = 'Matrix Y2K Update Agent'
  189.     BinaryData = False
  190.     UseCache = False
  191.     WaitThread = True
  192.     OnDoneFile = HTTPGet2DoneFile
  193.     OnError = HTTPGet2Error
  194.     Left = 360
  195.     Top = 16
  196.   end
  197.   object OpenDialog1: TOpenDialog
  198.     Left = 304
  199.     Top = 72
  200.   end
  201.   object INetDetector1: TINetDetector
  202.     Enabled = True
  203.     DispatchInterval = 100
  204.     Online = True
  205.     Left = 240
  206.     Top = 24
  207.   end
  208. end
  209.